Html Css Color HEX #B74DCB Medium Orchid

📋 copy color: '#B74DCB'

red 183 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #B74DCB

Tints of Medium Orchid #B74DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.63%

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 39.52%
G = 16.63%
B = 43.84%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B74DCB (or 0xB74DCB) is known color: Medium Orchid. HEX triplet: B7, 4D and CB. RGB value is (183,77,203). Sum of RGB (Red+Green+Blue) = 183+77+203=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #B74DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DCB is #48B234. Grayscale: #7A7A7A. Windows color (decimal): -4764213 or 13323703. OLE color: 13323703.

HSL color Cylindrical-coordinate representation of color #B74DCB: hue angle of 290.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74DCB is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 77 203 -
CMYK 0.10 0.62 0 0.20
HSL 290.48º 0.55% 0.55% -
HSV(B) 290.48º 0.62% 0.8% -
XYZ 32.96 19.69 58.56 -
YUV 123.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 183 77 203 0.10 0.62 0 0.20 290.48 0.55 0.55
Hex B7 4D CB A 3E 0 14 122 37 37
Octal 267 115 313 12 76 0 24 442 67 67
Binary 10110111 1001101 11001011 1010 111110 0 10100 100100010 110111 110111

Color Harmonies of #B74DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DCB

Black with #B74DCB

Text Example


Text Example

White with #B74DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DCB; }

 p { color: rgb(183,77,203); }

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

background-color css

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

 a { background-color: rgb(183,77,203); }

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

border-color css

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

 span { border-color: rgb(183,77,203); }

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