Html Css Color HEX #B967EB Medium Orchid

📋 copy color: '#B967EB'

red 185 ◦ green 103 ◦ blue 235

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

Shades of Medium Orchid #B967EB

Tints of Medium Orchid #B967EB

RGB

 RED value IS 185 (72.66% from 255) = 35.37%

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

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 35.37%
G = 19.69%
B = 44.93%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B967EB (or 0xB967EB) is known color: Medium Orchid. HEX triplet: B9, 67 and EB. RGB value is (185,103,235). Sum of RGB (Red+Green+Blue) = 185+103+235=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 103 (40.62% from 255 or 19.69% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #B967EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967EB is #469814. Grayscale: #8E8E8E. Windows color (decimal): -4626453 or 15427513. OLE color: 15427513.

HSL color Cylindrical-coordinate representation of color #B967EB: hue angle of 277.27º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B967EB is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 103 235 -
CMYK 0.21 0.56 0 0.08
HSL 277.27º 0.77% 0.66% -
HSV(B) 277.27º 0.56% 0.92% -
XYZ 39.85 26.01 81.52 -
YUV 142.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 185 103 235 0.21 0.56 0 0.08 277.27 0.77 0.66
Hex B9 67 EB 15 38 0 8 115 4D 42
Octal 271 147 353 25 70 0 10 425 115 102
Binary 10111001 1100111 11101011 10101 111000 0 1000 100010101 1001101 1000010

Color Harmonies of #B967EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967EB

Black with #B967EB

Text Example


Text Example

White with #B967EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967EB; }

 p { color: rgb(185,103,235); }

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

background-color css

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

 a { background-color: rgb(185,103,235); }

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

border-color css

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

 span { border-color: rgb(185,103,235); }

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