Html Css Color HEX #B68FF0 Biloba Flower

📋 copy color: '#B68FF0'

red 182 ◦ green 143 ◦ blue 240

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

Shades of Biloba Flower #B68FF0

Tints of Biloba Flower #B68FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 32.21%
G = 25.31%
B = 42.48%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B68FF0 (or 0xB68FF0) is known color: Biloba Flower. HEX triplet: B6, 8F and F0. RGB value is (182,143,240). Sum of RGB (Red+Green+Blue) = 182+143+240=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #B68FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FF0 is #49700F. Grayscale: #A5A5A5. Windows color (decimal): -4812816 or 15765430. OLE color: 15765430.

HSL color Cylindrical-coordinate representation of color #B68FF0: hue angle of 264.12º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B68FF0 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 143 240 -
CMYK 0.24 0.40 0 0.06
HSL 264.12º 0.76% 0.75% -
HSV(B) 264.12º 0.4% 0.94% -
XYZ 44.84 35.88 87 -
YUV 165.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 182 143 240 0.24 0.40 0 0.06 264.12 0.76 0.75
Hex B6 8F F0 18 28 0 6 108 4C 4B
Octal 266 217 360 30 50 0 6 410 114 113
Binary 10110110 10001111 11110000 11000 101000 0 110 100001000 1001100 1001011

Color Harmonies of #B68FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FF0

Black with #B68FF0

Text Example


Text Example

White with #B68FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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