Html Css Color HEX #B67DF2 Biloba Flower

📋 copy color: '#B67DF2'

red 182 ◦ green 125 ◦ blue 242

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

Shades of Biloba Flower #B67DF2

Tints of Biloba Flower #B67DF2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.77%

 BLUE value IS 242 (94.92% from 255) = 44.08%

R = 33.15%
G = 22.77%
B = 44.08%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B67DF2 (or 0xB67DF2) is known color: Biloba Flower. HEX triplet: B6, 7D and F2. RGB value is (182,125,242). Sum of RGB (Red+Green+Blue) = 182+125+242=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #B67DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67DF2 is #49820D. Grayscale: #9A9A9A. Windows color (decimal): -4817422 or 15891894. OLE color: 15891894.

HSL color Cylindrical-coordinate representation of color #B67DF2: hue angle of 269.23º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B67DF2 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 125 242 -
CMYK 0.25 0.48 0 0.05
HSL 269.23º 0.82% 0.72% -
HSV(B) 269.23º 0.48% 0.95% -
XYZ 42.65 31.02 87.74 -
YUV 155.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 182 125 242 0.25 0.48 0 0.05 269.23 0.82 0.72
Hex B6 7D F2 19 30 0 5 10D 52 48
Octal 266 175 362 31 60 0 5 415 122 110
Binary 10110110 1111101 11110010 11001 110000 0 101 100001101 1010010 1001000

Color Harmonies of #B67DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67DF2

Black with #B67DF2

Text Example


Text Example

White with #B67DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67DF2; }

 p { color: rgb(182,125,242); }

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

background-color css

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

 a { background-color: rgb(182,125,242); }

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

border-color css

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

 span { border-color: rgb(182,125,242); }

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