Html Css Color HEX #B069E3 Medium Orchid

📋 copy color: '#B069E3'

red 176 ◦ green 105 ◦ blue 227

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

Shades of Medium Orchid #B069E3

Tints of Medium Orchid #B069E3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.67%

 BLUE value IS 227 (89.06% from 255) = 44.69%

R = 34.65%
G = 20.67%
B = 44.69%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B069E3 (or 0xB069E3) is known color: Medium Orchid. HEX triplet: B0, 69 and E3. RGB value is (176,105,227). Sum of RGB (Red+Green+Blue) = 176+105+227=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #B069E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069E3 is #4F961C. Grayscale: #8B8B8B. Windows color (decimal): -5215773 or 14903728. OLE color: 14903728.

HSL color Cylindrical-coordinate representation of color #B069E3: hue angle of 274.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B069E3 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 105 227 -
CMYK 0.22 0.54 0 0.11
HSL 274.92º 0.69% 0.65% -
HSV(B) 274.92º 0.54% 0.89% -
XYZ 36.82 24.88 75.53 -
YUV 140.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 176 105 227 0.22 0.54 0 0.11 274.92 0.69 0.65
Hex B0 69 E3 16 36 0 B 113 45 41
Octal 260 151 343 26 66 0 13 423 105 101
Binary 10110000 1101001 11100011 10110 110110 0 1011 100010011 1000101 1000001

Color Harmonies of #B069E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069E3

Black with #B069E3

Text Example


Text Example

White with #B069E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069E3; }

 p { color: rgb(176,105,227); }

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

background-color css

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

 a { background-color: rgb(176,105,227); }

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

border-color css

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

 span { border-color: rgb(176,105,227); }

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