Html Css Color HEX #B767EC Medium Orchid

📋 copy color: '#B767EC'

red 183 ◦ green 103 ◦ blue 236

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

Shades of Medium Orchid #B767EC

Tints of Medium Orchid #B767EC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.73%

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 35.06%
G = 19.73%
B = 45.21%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B767EC (or 0xB767EC) is known color: Medium Orchid. HEX triplet: B7, 67 and EC. RGB value is (183,103,236). Sum of RGB (Red+Green+Blue) = 183+103+236=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B767EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B767EC is #489813. Grayscale: #8D8D8D. Windows color (decimal): -4757524 or 15493047. OLE color: 15493047.

HSL color Cylindrical-coordinate representation of color #B767EC: hue angle of 276.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B767EC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 103 236 -
CMYK 0.22 0.56 0 0.07
HSL 276.09º 0.78% 0.66% -
HSV(B) 276.09º 0.56% 0.93% -
XYZ 39.52 25.82 82.26 -
YUV 142.08 181 157.19 -
System Red Green Blue C M Y K H S L
Decimal 183 103 236 0.22 0.56 0 0.07 276.09 0.78 0.66
Hex B7 67 EC 16 38 0 7 114 4E 42
Octal 267 147 354 26 70 0 7 424 116 102
Binary 10110111 1100111 11101100 10110 111000 0 111 100010100 1001110 1000010

Color Harmonies of #B767EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B767EC

Black with #B767EC

Text Example


Text Example

White with #B767EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B767EC; }

 p { color: rgb(183,103,236); }

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

background-color css

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

 a { background-color: rgb(183,103,236); }

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

border-color css

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

 span { border-color: rgb(183,103,236); }

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