Html Css Color HEX #B68FEF Biloba Flower

📋 copy color: '#B68FEF'

red 182 ◦ green 143 ◦ blue 239

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

Shades of Biloba Flower #B68FEF

Tints of Biloba Flower #B68FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.38%

R = 32.27%
G = 25.35%
B = 42.38%

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

#B68FEF (or 0xB68FEF) is known color: Biloba Flower. HEX triplet: B6, 8F and EF. RGB value is (182,143,239). Sum of RGB (Red+Green+Blue) = 182+143+239=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #B68FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FEF is #497010. Grayscale: #A5A5A5. Windows color (decimal): -4812817 or 15699894. OLE color: 15699894.

HSL color Cylindrical-coordinate representation of color #B68FEF: hue angle of 264.38º degrees, saturation: 0.75, 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 #B68FEF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 182 143 239 -
CMYK 0.24 0.40 0 0.06
HSL 264.38º 0.75% 0.75% -
HSV(B) 264.38º 0.4% 0.94% -
XYZ 44.69 35.82 86.22 -
YUV 165.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 182 143 239 0.24 0.40 0 0.06 264.38 0.75 0.75
Hex B6 8F EF 18 28 0 6 108 4B 4B
Octal 266 217 357 30 50 0 6 410 113 113
Binary 10110110 10001111 11101111 11000 101000 0 110 100001000 1001011 1001011

Color Harmonies of #B68FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FEF

Black with #B68FEF

Text Example


Text Example

White with #B68FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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