Html Css Color HEX #B68FF9 Biloba Flower

📋 copy color: '#B68FF9'

red 182 ◦ green 143 ◦ blue 249

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

Shades of Biloba Flower #B68FF9

Tints of Biloba Flower #B68FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.38%

R = 31.71%
G = 24.91%
B = 43.38%

CMYK

 C value IS 0.27

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B68FF9 (or 0xB68FF9) is known color: Biloba Flower. HEX triplet: B6, 8F and F9. RGB value is (182,143,249). Sum of RGB (Red+Green+Blue) = 182+143+249=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #B68FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FF9 is #497006. Grayscale: #A6A6A6. Windows color (decimal): -4812807 or 16355254. OLE color: 16355254.

HSL color Cylindrical-coordinate representation of color #B68FF9: hue angle of 262.08º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68FF9 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 143 249 -
CMYK 0.27 0.43 0 0.02
HSL 262.08º 0.9% 0.77% -
HSV(B) 262.08º 0.43% 0.98% -
XYZ 46.21 36.43 94.22 -
YUV 166.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 182 143 249 0.27 0.43 0 0.02 262.08 0.9 0.77
Hex B6 8F F9 1B 2B 0 2 106 5A 4D
Octal 266 217 371 33 53 0 2 406 132 115
Binary 10110110 10001111 11111001 11011 101011 0 10 100000110 1011010 1001101

Color Harmonies of #B68FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FF9

Black with #B68FF9

Text Example


Text Example

White with #B68FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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