Html Css Color HEX #B68CEE Biloba Flower

📋 copy color: '#B68CEE'

red 182 ◦ green 140 ◦ blue 238

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

Shades of Biloba Flower #B68CEE

Tints of Biloba Flower #B68CEE

RGB

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

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

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

R = 32.5%
G = 25%
B = 42.5%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B68CEE (or 0xB68CEE) is known color: Biloba Flower. HEX triplet: B6, 8C and EE. RGB value is (182,140,238). Sum of RGB (Red+Green+Blue) = 182+140+238=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #B68CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CEE is #497311. Grayscale: #A3A3A3. Windows color (decimal): -4813586 or 15633590. OLE color: 15633590.

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

Color convert

RGB 182 140 238 -
CMYK 0.24 0.41 0 0.07
HSL 265.71º 0.74% 0.74% -
HSV(B) 265.71º 0.41% 0.93% -
XYZ 44.1 34.87 85.3 -
YUV 163.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 182 140 238 0.24 0.41 0 0.07 265.71 0.74 0.74
Hex B6 8C EE 18 29 0 7 10A 4A 4A
Octal 266 214 356 30 51 0 7 412 112 112
Binary 10110110 10001100 11101110 11000 101001 0 111 100001010 1001010 1001010

Color Harmonies of #B68CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68CEE

Black with #B68CEE

Text Example


Text Example

White with #B68CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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