Html Css Color HEX #B68FFB Biloba Flower

📋 copy color: '#B68FFB'

red 182 ◦ green 143 ◦ blue 251

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

Shades of Biloba Flower #B68FFB

Tints of Biloba Flower #B68FFB

RGB

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

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

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

R = 31.6%
G = 24.83%
B = 43.58%

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

#B68FFB (or 0xB68FFB) is known color: Biloba Flower. HEX triplet: B6, 8F and FB. RGB value is (182,143,251). Sum of RGB (Red+Green+Blue) = 182+143+251=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #B68FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FFB is #497004. Grayscale: #A6A6A6. Windows color (decimal): -4812805 or 16486326. OLE color: 16486326.

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

Color convert

RGB 182 143 251 -
CMYK 0.27 0.43 0 0.02
HSL 261.67º 0.93% 0.77% -
HSV(B) 261.67º 0.43% 0.98% -
XYZ 46.53 36.56 95.87 -
YUV 166.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 182 143 251 0.27 0.43 0 0.02 261.67 0.93 0.77
Hex B6 8F FB 1B 2B 0 2 106 5D 4D
Octal 266 217 373 33 53 0 2 406 135 115
Binary 10110110 10001111 11111011 11011 101011 0 10 100000110 1011101 1001101

Color Harmonies of #B68FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FFB

Black with #B68FFB

Text Example


Text Example

White with #B68FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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