Html Css Color HEX #B68FEE Biloba Flower

📋 copy color: '#B68FEE'

red 182 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #B68FEE

Tints of Biloba Flower #B68FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.27%

R = 32.33%
G = 25.4%
B = 42.27%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B68FEE (or 0xB68FEE) is known color: Biloba Flower. HEX triplet: B6, 8F and EE. RGB value is (182,143,238). Sum of RGB (Red+Green+Blue) = 182+143+238=563 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.33% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #B68FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FEE is #497011. Grayscale: #A5A5A5. Windows color (decimal): -4812818 or 15634358. OLE color: 15634358.

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

Color convert

RGB 182 143 238 -
CMYK 0.24 0.40 0 0.07
HSL 264.63º 0.74% 0.75% -
HSV(B) 264.63º 0.4% 0.93% -
XYZ 44.55 35.76 85.44 -
YUV 165.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 182 143 238 0.24 0.40 0 0.07 264.63 0.74 0.75
Hex B6 8F EE 18 28 0 7 109 4A 4B
Octal 266 217 356 30 50 0 7 411 112 113
Binary 10110110 10001111 11101110 11000 101000 0 111 100001001 1001010 1001011

Color Harmonies of #B68FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FEE

Black with #B68FEE

Text Example


Text Example

White with #B68FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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