Html Css Color HEX #B067EC Medium Orchid

📋 copy color: '#B067EC'

red 176 ◦ green 103 ◦ blue 236

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

Shades of Medium Orchid #B067EC

Tints of Medium Orchid #B067EC

RGB

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

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

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

R = 34.17%
G = 20%
B = 45.83%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B067EC (or 0xB067EC) is known color: Medium Orchid. HEX triplet: B0, 67 and EC. RGB value is (176,103,236). Sum of RGB (Red+Green+Blue) = 176+103+236=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #B067EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067EC is #4F9813. Grayscale: #8B8B8B. Windows color (decimal): -5216276 or 15493040. OLE color: 15493040.

HSL color Cylindrical-coordinate representation of color #B067EC: hue angle of 272.93º 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 #B067EC is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 103 236 -
CMYK 0.25 0.56 0 0.07
HSL 272.93º 0.78% 0.66% -
HSV(B) 272.93º 0.56% 0.93% -
XYZ 37.9 24.99 82.18 -
YUV 139.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 176 103 236 0.25 0.56 0 0.07 272.93 0.78 0.66
Hex B0 67 EC 19 38 0 7 111 4E 42
Octal 260 147 354 31 70 0 7 421 116 102
Binary 10110000 1100111 11101100 11001 111000 0 111 100010001 1001110 1000010

Color Harmonies of #B067EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067EC

Black with #B067EC

Text Example


Text Example

White with #B067EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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