Html Css Color HEX #B76CEA Medium Orchid

📋 copy color: '#B76CEA'

red 183 ◦ green 108 ◦ blue 234

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

Shades of Medium Orchid #B76CEA

Tints of Medium Orchid #B76CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.57%

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 34.86%
G = 20.57%
B = 44.57%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B76CEA (or 0xB76CEA) is known color: Medium Orchid. HEX triplet: B7, 6C and EA. RGB value is (183,108,234). Sum of RGB (Red+Green+Blue) = 183+108+234=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #B76CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B76CEA is #489315. Grayscale: #909090. Windows color (decimal): -4756246 or 15363255. OLE color: 15363255.

HSL color Cylindrical-coordinate representation of color #B76CEA: hue angle of 275.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B76CEA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 108 234 -
CMYK 0.22 0.54 0 0.08
HSL 275.71º 0.75% 0.67% -
HSV(B) 275.71º 0.54% 0.92% -
XYZ 39.74 26.73 80.91 -
YUV 144.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 183 108 234 0.22 0.54 0 0.08 275.71 0.75 0.67
Hex B7 6C EA 16 36 0 8 114 4B 43
Octal 267 154 352 26 66 0 10 424 113 103
Binary 10110111 1101100 11101010 10110 110110 0 1000 100010100 1001011 1000011

Color Harmonies of #B76CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76CEA

Black with #B76CEA

Text Example


Text Example

White with #B76CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76CEA; }

 p { color: rgb(183,108,234); }

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

background-color css

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

 a { background-color: rgb(183,108,234); }

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

border-color css

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

 span { border-color: rgb(183,108,234); }

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