Html Css Color HEX #B76BCF Medium Orchid

📋 copy color: '#B76BCF'

red 183 ◦ green 107 ◦ blue 207

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

Shades of Medium Orchid #B76BCF

Tints of Medium Orchid #B76BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 36.82%
G = 21.53%
B = 41.65%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B76BCF (or 0xB76BCF) is known color: Medium Orchid. HEX triplet: B7, 6B and CF. RGB value is (183,107,207). Sum of RGB (Red+Green+Blue) = 183+107+207=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B76BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BCF is #489430. Grayscale: #8C8C8C. Windows color (decimal): -4756529 or 13593527. OLE color: 13593527.

HSL color Cylindrical-coordinate representation of color #B76BCF: hue angle of 285.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B76BCF is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 107 207 -
CMYK 0.12 0.48 0 0.19
HSL 285.6º 0.51% 0.62% -
HSV(B) 285.6º 0.48% 0.81% -
XYZ 36.05 25.09 61.97 -
YUV 141.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 183 107 207 0.12 0.48 0 0.19 285.6 0.51 0.62
Hex B7 6B CF C 30 0 13 11E 33 3E
Octal 267 153 317 14 60 0 23 436 63 76
Binary 10110111 1101011 11001111 1100 110000 0 10011 100011110 110011 111110

Color Harmonies of #B76BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76BCF

Black with #B76BCF

Text Example


Text Example

White with #B76BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76BCF; }

 p { color: rgb(183,107,207); }

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

background-color css

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

 a { background-color: rgb(183,107,207); }

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

border-color css

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

 span { border-color: rgb(183,107,207); }

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