Html Css Color HEX #BB6AF1 Medium Orchid

📋 copy color: '#BB6AF1'

red 187 ◦ green 106 ◦ blue 241

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

Shades of Medium Orchid #BB6AF1

Tints of Medium Orchid #BB6AF1

RGB

 RED value IS 187 (73.44% from 255) = 35.02%

 GREEN value IS 106 (41.8% from 255) = 19.85%

 BLUE value IS 241 (94.53% from 255) = 45.13%

R = 35.02%
G = 19.85%
B = 45.13%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB6AF1 (or 0xBB6AF1) is known color: Medium Orchid. HEX triplet: BB, 6A and F1. RGB value is (187,106,241). Sum of RGB (Red+Green+Blue) = 187+106+241=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6AF1 is #44950E. Grayscale: #919191. Windows color (decimal): -4494607 or 15821499. OLE color: 15821499.

HSL color Cylindrical-coordinate representation of color #BB6AF1: hue angle of 276º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6AF1 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 106 241 -
CMYK 0.22 0.56 0 0.05
HSL 276º 0.83% 0.68% -
HSV(B) 276º 0.56% 0.95% -
XYZ 41.52 27.22 86.29 -
YUV 145.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 187 106 241 0.22 0.56 0 0.05 276 0.83 0.68
Hex BB 6A F1 16 38 0 5 114 53 44
Octal 273 152 361 26 70 0 5 424 123 104
Binary 10111011 1101010 11110001 10110 111000 0 101 100010100 1010011 1000100

Color Harmonies of #BB6AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6AF1

Black with #BB6AF1

Text Example


Text Example

White with #BB6AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6AF1; }

 p { color: rgb(187,106,241); }

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

background-color css

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

 a { background-color: rgb(187,106,241); }

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

border-color css

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

 span { border-color: rgb(187,106,241); }

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