Html Css Color HEX #B74CCB Medium Orchid

📋 copy color: '#B74CCB'

red 183 ◦ green 76 ◦ blue 203

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

Shades of Medium Orchid #B74CCB

Tints of Medium Orchid #B74CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.45%

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

R = 39.61%
G = 16.45%
B = 43.94%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B74CCB (or 0xB74CCB) is known color: Medium Orchid. HEX triplet: B7, 4C and CB. RGB value is (183,76,203). Sum of RGB (Red+Green+Blue) = 183+76+203=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #B74CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CCB is #48B334. Grayscale: #7A7A7A. Windows color (decimal): -4764469 or 13323447. OLE color: 13323447.

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

Color convert

RGB 183 76 203 -
CMYK 0.10 0.63 0 0.20
HSL 290.55º 0.55% 0.55% -
HSV(B) 290.55º 0.63% 0.8% -
XYZ 32.89 19.55 58.54 -
YUV 122.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 183 76 203 0.10 0.63 0 0.20 290.55 0.55 0.55
Hex B7 4C CB A 3F 0 14 123 37 37
Octal 267 114 313 12 77 0 24 443 67 67
Binary 10110111 1001100 11001011 1010 111111 0 10100 100100011 110111 110111

Color Harmonies of #B74CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CCB

Black with #B74CCB

Text Example


Text Example

White with #B74CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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