Html Css Color HEX #B68AEE Biloba Flower

📋 copy color: '#B68AEE'

red 182 ◦ green 138 ◦ blue 238

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

Shades of Biloba Flower #B68AEE

Tints of Biloba Flower #B68AEE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.73%

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

R = 32.62%
G = 24.73%
B = 42.65%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B68AEE (or 0xB68AEE) is known color: Biloba Flower. HEX triplet: B6, 8A and EE. RGB value is (182,138,238). Sum of RGB (Red+Green+Blue) = 182+138+238=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #B68AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68AEE is #497511. Grayscale: #A2A2A2. Windows color (decimal): -4814098 or 15633078. OLE color: 15633078.

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

Color convert

RGB 182 138 238 -
CMYK 0.24 0.42 0 0.07
HSL 266.4º 0.75% 0.74% -
HSV(B) 266.4º 0.42% 0.93% -
XYZ 43.81 34.3 85.2 -
YUV 162.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 182 138 238 0.24 0.42 0 0.07 266.4 0.75 0.74
Hex B6 8A EE 18 2A 0 7 10A 4B 4A
Octal 266 212 356 30 52 0 7 412 113 112
Binary 10110110 10001010 11101110 11000 101010 0 111 100001010 1001011 1001010

Color Harmonies of #B68AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AEE

Black with #B68AEE

Text Example


Text Example

White with #B68AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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