Html Css Color HEX #B74BCC Medium Orchid

📋 copy color: '#B74BCC'

red 183 ◦ green 75 ◦ blue 204

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

Shades of Medium Orchid #B74BCC

Tints of Medium Orchid #B74BCC

RGB

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

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

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

R = 39.61%
G = 16.23%
B = 44.16%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B74BCC (or 0xB74BCC) is known color: Medium Orchid. HEX triplet: B7, 4B and CC. RGB value is (183,75,204). Sum of RGB (Red+Green+Blue) = 183+75+204=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #B74BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BCC is #48B433. Grayscale: #797979. Windows color (decimal): -4764724 or 13388727. OLE color: 13388727.

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

Color convert

RGB 183 75 204 -
CMYK 0.10 0.63 0 0.2
HSL 290.23º 0.56% 0.55% -
HSV(B) 290.23º 0.63% 0.8% -
XYZ 32.94 19.46 59.15 -
YUV 122 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 183 75 204 0.10 0.63 0 0.2 290.23 0.56 0.55
Hex B7 4B CC A 3F 0 14 122 38 37
Octal 267 113 314 12 77 0 24 442 70 67
Binary 10110111 1001011 11001100 1010 111111 0 10100 100100010 111000 110111

Color Harmonies of #B74BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BCC

Black with #B74BCC

Text Example


Text Example

White with #B74BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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