Html Css Color HEX #B68FE7 Biloba Flower

📋 copy color: '#B68FE7'

red 182 ◦ green 143 ◦ blue 231

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

Shades of Biloba Flower #B68FE7

Tints of Biloba Flower #B68FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.55%

R = 32.73%
G = 25.72%
B = 41.55%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B68FE7 (or 0xB68FE7) is known color: Biloba Flower. HEX triplet: B6, 8F and E7. RGB value is (182,143,231). Sum of RGB (Red+Green+Blue) = 182+143+231=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 231 (90.62% from 255 or 41.55% from 556); Max value from RGB is 231 - color contains mainly: blue. Hex color #B68FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FE7 is #497018. Grayscale: #A4A4A4. Windows color (decimal): -4812825 or 15175606. OLE color: 15175606.

HSL color Cylindrical-coordinate representation of color #B68FE7: hue angle of 266.59º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68FE7 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 182 143 231 -
CMYK 0.21 0.38 0 0.09
HSL 266.59º 0.65% 0.73% -
HSV(B) 266.59º 0.38% 0.91% -
XYZ 43.54 35.36 80.13 -
YUV 164.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 182 143 231 0.21 0.38 0 0.09 266.59 0.65 0.73
Hex B6 8F E7 15 26 0 9 10B 41 49
Octal 266 217 347 25 46 0 11 413 101 111
Binary 10110110 10001111 11100111 10101 100110 0 1001 100001011 1000001 1001001

Color Harmonies of #B68FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FE7

Black with #B68FE7

Text Example


Text Example

White with #B68FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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