Html Css Color HEX #B069D4 Medium Orchid

📋 copy color: '#B069D4'

red 176 ◦ green 105 ◦ blue 212

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

Shades of Medium Orchid #B069D4

Tints of Medium Orchid #B069D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43%

R = 35.7%
G = 21.3%
B = 43%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B069D4 (or 0xB069D4) is known color: Medium Orchid. HEX triplet: B0, 69 and D4. RGB value is (176,105,212). Sum of RGB (Red+Green+Blue) = 176+105+212=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 212 (83.20% from 255 or 43.00% from 493); Max value from RGB is 212 - color contains mainly: blue. Hex color #B069D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069D4 is #4F962B. Grayscale: #8A8A8A. Windows color (decimal): -5215788 or 13920688. OLE color: 13920688.

HSL color Cylindrical-coordinate representation of color #B069D4: hue angle of 279.81º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B069D4 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 105 212 -
CMYK 0.17 0.50 0 0.17
HSL 279.81º 0.55% 0.62% -
HSV(B) 279.81º 0.5% 0.83% -
XYZ 34.84 24.09 65.1 -
YUV 138.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 176 105 212 0.17 0.50 0 0.17 279.81 0.55 0.62
Hex B0 69 D4 11 32 0 11 118 37 3E
Octal 260 151 324 21 62 0 21 430 67 76
Binary 10110000 1101001 11010100 10001 110010 0 10001 100011000 110111 111110

Color Harmonies of #B069D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B069D4

Black with #B069D4

Text Example


Text Example

White with #B069D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B069D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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