Html Css Color HEX #B74CCD Medium Orchid

📋 copy color: '#B74CCD'

red 183 ◦ green 76 ◦ blue 205

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

Shades of Medium Orchid #B74CCD

Tints of Medium Orchid #B74CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 39.44%
G = 16.38%
B = 44.18%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B74CCD (or 0xB74CCD) is known color: Medium Orchid. HEX triplet: B7, 4C and CD. RGB value is (183,76,205). Sum of RGB (Red+Green+Blue) = 183+76+205=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #B74CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CCD is #48B332. Grayscale: #7A7A7A. Windows color (decimal): -4764467 or 13454519. OLE color: 13454519.

HSL color Cylindrical-coordinate representation of color #B74CCD: hue angle of 289.77º 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 #B74CCD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 76 205 -
CMYK 0.11 0.63 0 0.20
HSL 289.77º 0.56% 0.55% -
HSV(B) 289.77º 0.63% 0.8% -
XYZ 33.13 19.64 59.8 -
YUV 122.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 183 76 205 0.11 0.63 0 0.20 289.77 0.56 0.55
Hex B7 4C CD B 3F 0 14 122 38 37
Octal 267 114 315 13 77 0 24 442 70 67
Binary 10110111 1001100 11001101 1011 111111 0 10100 100100010 111000 110111

Color Harmonies of #B74CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CCD

Black with #B74CCD

Text Example


Text Example

White with #B74CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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