Html Css Color HEX #B74BED Medium Orchid

📋 copy color: '#B74BED'

red 183 ◦ green 75 ◦ blue 237

#B74BED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B74BED

Tints of Medium Orchid #B74BED

RGB

 RED value IS 183 (71.88% from 255) = 36.97%

 GREEN value IS 75 (29.69% from 255) = 15.15%

 BLUE value IS 237 (92.97% from 255) = 47.88%

R = 36.97%
G = 15.15%
B = 47.88%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B74BED (or 0xB74BED) is known color: Medium Orchid. HEX triplet: B7, 4B and ED. RGB value is (183,75,237). Sum of RGB (Red+Green+Blue) = 183+75+237=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 75 (29.69% from 255 or 15.15% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #B74BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74BED is #48B412. Grayscale: #7D7D7D. Windows color (decimal): -4764691 or 15551415. OLE color: 15551415.

HSL color Cylindrical-coordinate representation of color #B74BED: hue angle of 280º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B74BED is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 75 237 -
CMYK 0.23 0.68 0 0.07
HSL 280º 0.82% 0.61% -
HSV(B) 280º 0.68% 0.93% -
XYZ 37.33 21.21 82.25 -
YUV 125.76 190.78 168.83 -
System Red Green Blue C M Y K H S L
Decimal 183 75 237 0.23 0.68 0 0.07 280 0.82 0.61
Hex B7 4B ED 17 44 0 7 118 52 3D
Octal 267 113 355 27 104 0 7 430 122 75
Binary 10110111 1001011 11101101 10111 1000100 0 111 100011000 1010010 111101

Color Harmonies of #B74BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BED

Black with #B74BED

Text Example


Text Example

White with #B74BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BED; }

 p { color: rgb(183,75,237); }

 H1.HeaderClassName
 {
   color: #B74BED;
 }
 .AnyTagClassName
 {
   color: #B74BED;
 }
</style>

background-color css

<style>
 a { background-color: #B74BED; }

 a { background-color: rgb(183,75,237); }

 div.DivClassName
 {
   background-color: #B74BED;
 }
 .BgClassName
 {
   background-color: #B74BED;
 }
</style>

border-color css

<style>
 span { border-color: #B74BED; }

 span { border-color: rgb(183,75,237); }

 td.TdClassName
 {
   border-color: #B74BED;
 }
 .TagClassName
 {
   border-color: #B74BED;
 }
</style>