Html Css Color HEX #B68FDA Biloba Flower

📋 copy color: '#B68FDA'

red 182 ◦ green 143 ◦ blue 218

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

Shades of Biloba Flower #B68FDA

Tints of Biloba Flower #B68FDA

RGB

 RED value IS 182 (71.48% from 255) = 33.52%

 GREEN value IS 143 (56.25% from 255) = 26.34%

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 33.52%
G = 26.34%
B = 40.15%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B68FDA (or 0xB68FDA) is known color: Biloba Flower. HEX triplet: B6, 8F and DA. RGB value is (182,143,218). Sum of RGB (Red+Green+Blue) = 182+143+218=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #B68FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68FDA is #497025. Grayscale: #A2A2A2. Windows color (decimal): -4812838 or 14323638. OLE color: 14323638.

HSL color Cylindrical-coordinate representation of color #B68FDA: hue angle of 271.2º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68FDA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 143 218 -
CMYK 0.17 0.34 0 0.15
HSL 271.2º 0.5% 0.71% -
HSV(B) 271.2º 0.34% 0.85% -
XYZ 41.77 34.65 70.82 -
YUV 163.21 158.92 141.4 -
System Red Green Blue C M Y K H S L
Decimal 182 143 218 0.17 0.34 0 0.15 271.2 0.5 0.71
Hex B6 8F DA 11 22 0 F 10F 32 47
Octal 266 217 332 21 42 0 17 417 62 107
Binary 10110110 10001111 11011010 10001 100010 0 1111 100001111 110010 1000111

Color Harmonies of #B68FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FDA

Black with #B68FDA

Text Example


Text Example

White with #B68FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FDA; }

 p { color: rgb(182,143,218); }

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

background-color css

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

 a { background-color: rgb(182,143,218); }

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

border-color css

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

 span { border-color: rgb(182,143,218); }

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