Html Css Color HEX #B069ED Medium Purple

📋 copy color: '#B069ED'

red 176 ◦ green 105 ◦ blue 237

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

Shades of Medium Purple #B069ED

Tints of Medium Purple #B069ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 33.98%
G = 20.27%
B = 45.75%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B069ED (or 0xB069ED) is known color: Medium Purple. HEX triplet: B0, 69 and ED. RGB value is (176,105,237). Sum of RGB (Red+Green+Blue) = 176+105+237=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B069ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069ED is #4F9612. Grayscale: #8C8C8C. Windows color (decimal): -5215763 or 15559088. OLE color: 15559088.

HSL color Cylindrical-coordinate representation of color #B069ED: hue angle of 272.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B069ED is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 105 237 -
CMYK 0.26 0.56 0 0.07
HSL 272.27º 0.79% 0.67% -
HSV(B) 272.27º 0.56% 0.93% -
XYZ 38.24 25.45 83.02 -
YUV 141.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 176 105 237 0.26 0.56 0 0.07 272.27 0.79 0.67
Hex B0 69 ED 1A 38 0 7 110 4F 43
Octal 260 151 355 32 70 0 7 420 117 103
Binary 10110000 1101001 11101101 11010 111000 0 111 100010000 1001111 1000011

Color Harmonies of #B069ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069ED

Black with #B069ED

Text Example


Text Example

White with #B069ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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