Html Css Color HEX #B067E8 Medium Orchid

📋 copy color: '#B067E8'

red 176 ◦ green 103 ◦ blue 232

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

Shades of Medium Orchid #B067E8

Tints of Medium Orchid #B067E8

RGB

 RED value IS 176 (69.14% from 255) = 34.44%

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

 BLUE value IS 232 (91.02% from 255) = 45.4%

R = 34.44%
G = 20.16%
B = 45.4%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B067E8 (or 0xB067E8) is known color: Medium Orchid. HEX triplet: B0, 67 and E8. RGB value is (176,103,232). Sum of RGB (Red+Green+Blue) = 176+103+232=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 232 - color contains mainly: blue. Hex color #B067E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067E8 is #4F9817. Grayscale: #8B8B8B. Windows color (decimal): -5216280 or 15230896. OLE color: 15230896.

HSL color Cylindrical-coordinate representation of color #B067E8: hue angle of 273.95º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B067E8 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 103 232 -
CMYK 0.24 0.56 0 0.09
HSL 273.95º 0.74% 0.66% -
HSV(B) 273.95º 0.56% 0.91% -
XYZ 37.32 24.76 79.16 -
YUV 139.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 176 103 232 0.24 0.56 0 0.09 273.95 0.74 0.66
Hex B0 67 E8 18 38 0 9 112 4A 42
Octal 260 147 350 30 70 0 11 422 112 102
Binary 10110000 1100111 11101000 11000 111000 0 1001 100010010 1001010 1000010

Color Harmonies of #B067E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067E8

Black with #B067E8

Text Example


Text Example

White with #B067E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067E8; }

 p { color: rgb(176,103,232); }

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

background-color css

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

 a { background-color: rgb(176,103,232); }

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

border-color css

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

 span { border-color: rgb(176,103,232); }

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