Html Css Color HEX #B067E7 Medium Orchid

📋 copy color: '#B067E7'

red 176 ◦ green 103 ◦ blue 231

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

Shades of Medium Orchid #B067E7

Tints of Medium Orchid #B067E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.29%

R = 34.51%
G = 20.2%
B = 45.29%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B067E7 (or 0xB067E7) is known color: Medium Orchid. HEX triplet: B0, 67 and E7. RGB value is (176,103,231). Sum of RGB (Red+Green+Blue) = 176+103+231=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #B067E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B067E7 is #4F9818. Grayscale: #8A8A8A. Windows color (decimal): -5216281 or 15165360. OLE color: 15165360.

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

Color convert

RGB 176 103 231 -
CMYK 0.24 0.55 0 0.09
HSL 274.22º 0.73% 0.65% -
HSV(B) 274.22º 0.55% 0.91% -
XYZ 37.18 24.7 78.41 -
YUV 139.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 176 103 231 0.24 0.55 0 0.09 274.22 0.73 0.65
Hex B0 67 E7 18 37 0 9 112 49 41
Octal 260 147 347 30 67 0 11 422 111 101
Binary 10110000 1100111 11100111 11000 110111 0 1001 100010010 1001001 1000001

Color Harmonies of #B067E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067E7

Black with #B067E7

Text Example


Text Example

White with #B067E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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