Html Css Color HEX #BB3DFB Medium Orchid

📋 copy color: '#BB3DFB'

red 187 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #BB3DFB

Tints of Medium Orchid #BB3DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.22%

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 37.47%
G = 12.22%
B = 50.3%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB3DFB (or 0xBB3DFB) is known color: Medium Orchid. HEX triplet: BB, 3D and FB. RGB value is (187,61,251). Sum of RGB (Red+Green+Blue) = 187+61+251=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB3DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3DFB is #44C204. Grayscale: #777777. Windows color (decimal): -4506117 or 16465339. OLE color: 16465339.

HSL color Cylindrical-coordinate representation of color #BB3DFB: hue angle of 279.79º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB3DFB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 61 251 -
CMYK 0.25 0.76 0 0.02
HSL 279.79º 0.96% 0.61% -
HSV(B) 279.79º 0.76% 0.98% -
XYZ 39.57 20.87 93.21 -
YUV 120.33 201.74 175.55 -
System Red Green Blue C M Y K H S L
Decimal 187 61 251 0.25 0.76 0 0.02 279.79 0.96 0.61
Hex BB 3D FB 19 4C 0 2 118 60 3D
Octal 273 75 373 31 114 0 2 430 140 75
Binary 10111011 111101 11111011 11001 1001100 0 10 100011000 1100000 111101

Color Harmonies of #BB3DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3DFB

Black with #BB3DFB

Text Example


Text Example

White with #BB3DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3DFB; }

 p { color: rgb(187,61,251); }

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

background-color css

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

 a { background-color: rgb(187,61,251); }

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

border-color css

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

 span { border-color: rgb(187,61,251); }

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