Html Css Color HEX #B68DFB Biloba Flower

📋 copy color: '#B68DFB'

red 182 ◦ green 141 ◦ blue 251

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

Shades of Biloba Flower #B68DFB

Tints of Biloba Flower #B68DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.56%

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

R = 31.71%
G = 24.56%
B = 43.73%

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

#B68DFB (or 0xB68DFB) is known color: Biloba Flower. HEX triplet: B6, 8D and FB. RGB value is (182,141,251). Sum of RGB (Red+Green+Blue) = 182+141+251=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #B68DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DFB is #497204. Grayscale: #A5A5A5. Windows color (decimal): -4813317 or 16485814. OLE color: 16485814.

HSL color Cylindrical-coordinate representation of color #B68DFB: hue angle of 262.36º 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 #B68DFB is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 141 251 -
CMYK 0.27 0.44 0 0.02
HSL 262.36º 0.93% 0.77% -
HSV(B) 262.36º 0.44% 0.98% -
XYZ 46.23 35.96 95.77 -
YUV 165.8 176.08 139.56 -
System Red Green Blue C M Y K H S L
Decimal 182 141 251 0.27 0.44 0 0.02 262.36 0.93 0.77
Hex B6 8D FB 1B 2C 0 2 106 5D 4D
Octal 266 215 373 33 54 0 2 406 135 115
Binary 10110110 10001101 11111011 11011 101100 0 10 100000110 1011101 1001101

Color Harmonies of #B68DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68DFB

Black with #B68DFB

Text Example


Text Example

White with #B68DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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