Html Css Color HEX #B74CCE Medium Orchid

📋 copy color: '#B74CCE'

red 183 ◦ green 76 ◦ blue 206

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

Shades of Medium Orchid #B74CCE

Tints of Medium Orchid #B74CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 39.35%
G = 16.34%
B = 44.3%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B74CCE (or 0xB74CCE) is known color: Medium Orchid. HEX triplet: B7, 4C and CE. RGB value is (183,76,206). Sum of RGB (Red+Green+Blue) = 183+76+206=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 76 (30.08% from 255 or 16.34% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #B74CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CCE is #48B331. Grayscale: #7A7A7A. Windows color (decimal): -4764466 or 13520055. OLE color: 13520055.

HSL color Cylindrical-coordinate representation of color #B74CCE: hue angle of 289.38º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74CCE is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 76 206 -
CMYK 0.11 0.63 0 0.19
HSL 289.38º 0.57% 0.55% -
HSV(B) 289.38º 0.63% 0.81% -
XYZ 33.25 19.69 60.44 -
YUV 122.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 183 76 206 0.11 0.63 0 0.19 289.38 0.57 0.55
Hex B7 4C CE B 3F 0 13 121 39 37
Octal 267 114 316 13 77 0 23 441 71 67
Binary 10110111 1001100 11001110 1011 111111 0 10011 100100001 111001 110111

Color Harmonies of #B74CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CCE

Black with #B74CCE

Text Example


Text Example

White with #B74CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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