Html Css Color HEX #B68CFF Biloba Flower

📋 copy color: '#B68CFF'

red 182 ◦ green 140 ◦ blue 255

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

Shades of Biloba Flower #B68CFF

Tints of Biloba Flower #B68CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 31.54%
G = 24.26%
B = 44.19%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B68CFF (or 0xB68CFF) is known color: Biloba Flower. HEX triplet: B6, 8C and FF. RGB value is (182,140,255). Sum of RGB (Red+Green+Blue) = 182+140+255=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #B68CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CFF is #497300. Grayscale: #A5A5A5. Windows color (decimal): -4813569 or 16747702. OLE color: 16747702.

HSL color Cylindrical-coordinate representation of color #B68CFF: hue angle of 261.91º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B68CFF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 140 255 -
CMYK 0.29 0.45 0 0
HSL 261.91º 1% 0.77% -
HSV(B) 261.91º 0.45% 1% -
XYZ 46.72 35.92 99.08 -
YUV 165.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 182 140 255 0.29 0.45 0 0 261.91 1 0.77
Hex B6 8C FF 1D 2D 0 0 106 64 4D
Octal 266 214 377 35 55 0 0 406 144 115
Binary 10110110 10001100 11111111 11101 101101 0 0 100000110 1100100 1001101

Color Harmonies of #B68CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CFF

Black with #B68CFF

Text Example


Text Example

White with #B68CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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