Html Css Color HEX #B68CFB Biloba Flower

📋 copy color: '#B68CFB'

red 182 ◦ green 140 ◦ blue 251

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

Shades of Biloba Flower #B68CFB

Tints of Biloba Flower #B68CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.43%

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 31.76%
G = 24.43%
B = 43.8%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B68CFB (or 0xB68CFB) is known color: Biloba Flower. HEX triplet: B6, 8C and FB. RGB value is (182,140,251). Sum of RGB (Red+Green+Blue) = 182+140+251=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #B68CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CFB is #497304. Grayscale: #A4A4A4. Windows color (decimal): -4813573 or 16485558. OLE color: 16485558.

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

Color convert

RGB 182 140 251 -
CMYK 0.27 0.44 0 0.02
HSL 262.7º 0.93% 0.77% -
HSV(B) 262.7º 0.44% 0.98% -
XYZ 46.08 35.67 95.72 -
YUV 165.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 182 140 251 0.27 0.44 0 0.02 262.7 0.93 0.77
Hex B6 8C FB 1B 2C 0 2 107 5D 4D
Octal 266 214 373 33 54 0 2 407 135 115
Binary 10110110 10001100 11111011 11011 101100 0 10 100000111 1011101 1001101

Color Harmonies of #B68CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CFB

Black with #B68CFB

Text Example


Text Example

White with #B68CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CFB; }

 p { color: rgb(182,140,251); }

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

background-color css

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

 a { background-color: rgb(182,140,251); }

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

border-color css

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

 span { border-color: rgb(182,140,251); }

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