Html Css Color HEX #B068D4 Medium Orchid

📋 copy color: '#B068D4'

red 176 ◦ green 104 ◦ blue 212

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

Shades of Medium Orchid #B068D4

Tints of Medium Orchid #B068D4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.14%

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

R = 35.77%
G = 21.14%
B = 43.09%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B068D4 (or 0xB068D4) is known color: Medium Orchid. HEX triplet: B0, 68 and D4. RGB value is (176,104,212). Sum of RGB (Red+Green+Blue) = 176+104+212=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 212 - color contains mainly: blue. Hex color #B068D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068D4 is #4F972B. Grayscale: #898989. Windows color (decimal): -5216044 or 13920432. OLE color: 13920432.

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

Color convert

RGB 176 104 212 -
CMYK 0.17 0.51 0 0.17
HSL 280º 0.56% 0.62% -
HSV(B) 280º 0.51% 0.83% -
XYZ 34.74 23.88 65.07 -
YUV 137.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 176 104 212 0.17 0.51 0 0.17 280 0.56 0.62
Hex B0 68 D4 11 33 0 11 118 38 3E
Octal 260 150 324 21 63 0 21 430 70 76
Binary 10110000 1101000 11010100 10001 110011 0 10001 100011000 111000 111110

Color Harmonies of #B068D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068D4

Black with #B068D4

Text Example


Text Example

White with #B068D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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