Html Css Color HEX #B74ECC Medium Orchid

📋 copy color: '#B74ECC'

red 183 ◦ green 78 ◦ blue 204

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

Shades of Medium Orchid #B74ECC

Tints of Medium Orchid #B74ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.77%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 39.35%
G = 16.77%
B = 43.87%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B74ECC (or 0xB74ECC) is known color: Medium Orchid. HEX triplet: B7, 4E and CC. RGB value is (183,78,204). Sum of RGB (Red+Green+Blue) = 183+78+204=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #B74ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74ECC is #48B133. Grayscale: #7B7B7B. Windows color (decimal): -4763956 or 13389495. OLE color: 13389495.

HSL color Cylindrical-coordinate representation of color #B74ECC: hue angle of 290º 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 #B74ECC is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 78 204 -
CMYK 0.10 0.62 0 0.2
HSL 290º 0.55% 0.55% -
HSV(B) 290º 0.62% 0.8% -
XYZ 33.15 19.88 59.22 -
YUV 123.76 173.29 170.25 -
System Red Green Blue C M Y K H S L
Decimal 183 78 204 0.10 0.62 0 0.2 290 0.55 0.55
Hex B7 4E CC A 3E 0 14 122 37 37
Octal 267 116 314 12 76 0 24 442 67 67
Binary 10110111 1001110 11001100 1010 111110 0 10100 100100010 110111 110111

Color Harmonies of #B74ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74ECC

Black with #B74ECC

Text Example


Text Example

White with #B74ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74ECC; }

 p { color: rgb(183,78,204); }

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

background-color css

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

 a { background-color: rgb(183,78,204); }

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

border-color css

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

 span { border-color: rgb(183,78,204); }

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