Html Css Color HEX #B066EB Medium Orchid

📋 copy color: '#B066EB'

red 176 ◦ green 102 ◦ blue 235

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

Shades of Medium Orchid #B066EB

Tints of Medium Orchid #B066EB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.88%

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

R = 34.31%
G = 19.88%
B = 45.81%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B066EB (or 0xB066EB) is known color: Medium Orchid. HEX triplet: B0, 66 and EB. RGB value is (176,102,235). Sum of RGB (Red+Green+Blue) = 176+102+235=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #B066EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B066EB is #4F9914. Grayscale: #8A8A8A. Windows color (decimal): -5216533 or 15427248. OLE color: 15427248.

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

Color convert

RGB 176 102 235 -
CMYK 0.25 0.57 0 0.08
HSL 273.38º 0.77% 0.66% -
HSV(B) 273.38º 0.57% 0.92% -
XYZ 37.65 24.73 81.39 -
YUV 139.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 176 102 235 0.25 0.57 0 0.08 273.38 0.77 0.66
Hex B0 66 EB 19 39 0 8 111 4D 42
Octal 260 146 353 31 71 0 10 421 115 102
Binary 10110000 1100110 11101011 11001 111001 0 1000 100010001 1001101 1000010

Color Harmonies of #B066EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B066EB

Black with #B066EB

Text Example


Text Example

White with #B066EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B066EB; }

 p { color: rgb(176,102,235); }

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

background-color css

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

 a { background-color: rgb(176,102,235); }

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

border-color css

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

 span { border-color: rgb(176,102,235); }

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