Html Css Color HEX #B68FFD Biloba Flower

📋 copy color: '#B68FFD'

red 182 ◦ green 143 ◦ blue 253

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

Shades of Biloba Flower #B68FFD

Tints of Biloba Flower #B68FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 31.49%
G = 24.74%
B = 43.77%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B68FFD (or 0xB68FFD) is known color: Biloba Flower. HEX triplet: B6, 8F and FD. RGB value is (182,143,253). Sum of RGB (Red+Green+Blue) = 182+143+253=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #B68FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FFD is #497002. Grayscale: #A6A6A6. Windows color (decimal): -4812803 or 16617398. OLE color: 16617398.

HSL color Cylindrical-coordinate representation of color #B68FFD: hue angle of 261.27º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68FFD is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 143 253 -
CMYK 0.28 0.43 0 0.01
HSL 261.27º 0.96% 0.78% -
HSV(B) 261.27º 0.43% 0.99% -
XYZ 46.84 36.68 97.54 -
YUV 167.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 182 143 253 0.28 0.43 0 0.01 261.27 0.96 0.78
Hex B6 8F FD 1C 2B 0 1 105 60 4E
Octal 266 217 375 34 53 0 1 405 140 116
Binary 10110110 10001111 11111101 11100 101011 0 1 100000101 1100000 1001110

Color Harmonies of #B68FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68FFD

Black with #B68FFD

Text Example


Text Example

White with #B68FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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