Html Css Color HEX #B68BFD Biloba Flower

📋 copy color: '#B68BFD'

red 182 ◦ green 139 ◦ blue 253

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

Shades of Biloba Flower #B68BFD

Tints of Biloba Flower #B68BFD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.22%

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

R = 31.71%
G = 24.22%
B = 44.08%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B68BFD (or 0xB68BFD) is known color: Biloba Flower. HEX triplet: B6, 8B and FD. RGB value is (182,139,253). Sum of RGB (Red+Green+Blue) = 182+139+253=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #B68BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BFD is #497402. Grayscale: #A4A4A4. Windows color (decimal): -4813827 or 16616374. OLE color: 16616374.

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

Color convert

RGB 182 139 253 -
CMYK 0.28 0.45 0 0.01
HSL 262.63º 0.97% 0.77% -
HSV(B) 262.63º 0.45% 0.99% -
XYZ 46.25 35.5 97.34 -
YUV 164.85 177.75 140.23 -
System Red Green Blue C M Y K H S L
Decimal 182 139 253 0.28 0.45 0 0.01 262.63 0.97 0.77
Hex B6 8B FD 1C 2D 0 1 107 61 4D
Octal 266 213 375 34 55 0 1 407 141 115
Binary 10110110 10001011 11111101 11100 101101 0 1 100000111 1100001 1001101

Color Harmonies of #B68BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68BFD

Black with #B68BFD

Text Example


Text Example

White with #B68BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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