Html Css Color HEX #B067DE Medium Orchid

📋 copy color: '#B067DE'

red 176 ◦ green 103 ◦ blue 222

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

Shades of Medium Orchid #B067DE

Tints of Medium Orchid #B067DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 35.13%
G = 20.56%
B = 44.31%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B067DE (or 0xB067DE) is known color: Medium Orchid. HEX triplet: B0, 67 and DE. RGB value is (176,103,222). Sum of RGB (Red+Green+Blue) = 176+103+222=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #B067DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067DE is #4F9821. Grayscale: #898989. Windows color (decimal): -5216290 or 14575536. OLE color: 14575536.

HSL color Cylindrical-coordinate representation of color #B067DE: hue angle of 276.81º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B067DE is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 103 222 -
CMYK 0.21 0.54 0 0.13
HSL 276.81º 0.64% 0.64% -
HSV(B) 276.81º 0.54% 0.87% -
XYZ 35.94 24.2 71.88 -
YUV 138.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 176 103 222 0.21 0.54 0 0.13 276.81 0.64 0.64
Hex B0 67 DE 15 36 0 D 115 40 40
Octal 260 147 336 25 66 0 15 425 100 100
Binary 10110000 1100111 11011110 10101 110110 0 1101 100010101 1000000 1000000

Color Harmonies of #B067DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067DE

Black with #B067DE

Text Example


Text Example

White with #B067DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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