Html Css Color HEX #B68AEA Biloba Flower

📋 copy color: '#B68AEA'

red 182 ◦ green 138 ◦ blue 234

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

Shades of Biloba Flower #B68AEA

Tints of Biloba Flower #B68AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 32.85%
G = 24.91%
B = 42.24%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B68AEA (or 0xB68AEA) is known color: Biloba Flower. HEX triplet: B6, 8A and EA. RGB value is (182,138,234). Sum of RGB (Red+Green+Blue) = 182+138+234=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #B68AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68AEA is #497515. Grayscale: #A1A1A1. Windows color (decimal): -4814102 or 15370934. OLE color: 15370934.

HSL color Cylindrical-coordinate representation of color #B68AEA: hue angle of 267.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68AEA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 138 234 -
CMYK 0.22 0.41 0 0.08
HSL 267.5º 0.7% 0.73% -
HSV(B) 267.5º 0.41% 0.92% -
XYZ 43.23 34.06 82.14 -
YUV 162.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 182 138 234 0.22 0.41 0 0.08 267.5 0.7 0.73
Hex B6 8A EA 16 29 0 8 10C 46 49
Octal 266 212 352 26 51 0 10 414 106 111
Binary 10110110 10001010 11101010 10110 101001 0 1000 100001100 1000110 1001001

Color Harmonies of #B68AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68AEA

Black with #B68AEA

Text Example


Text Example

White with #B68AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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