Html Css Color HEX #BB4BFD Medium Orchid

📋 copy color: '#BB4BFD'

red 187 ◦ green 75 ◦ blue 253

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

Shades of Medium Orchid #BB4BFD

Tints of Medium Orchid #BB4BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.56%

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

R = 36.31%
G = 14.56%
B = 49.13%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB4BFD (or 0xBB4BFD) is known color: Medium Orchid. HEX triplet: BB, 4B and FD. RGB value is (187,75,253). Sum of RGB (Red+Green+Blue) = 187+75+253=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB4BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB4BFD is #44B402. Grayscale: #808080. Windows color (decimal): -4502531 or 16599995. OLE color: 16599995.

HSL color Cylindrical-coordinate representation of color #BB4BFD: hue angle of 277.75º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB4BFD is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 75 253 -
CMYK 0.26 0.70 0 0.01
HSL 277.75º 0.98% 0.64% -
HSV(B) 277.75º 0.7% 0.99% -
XYZ 40.74 22.69 95.16 -
YUV 128.78 198.11 169.53 -
System Red Green Blue C M Y K H S L
Decimal 187 75 253 0.26 0.70 0 0.01 277.75 0.98 0.64
Hex BB 4B FD 1A 46 0 1 116 62 40
Octal 273 113 375 32 106 0 1 426 142 100
Binary 10111011 1001011 11111101 11010 1000110 0 1 100010110 1100010 1000000

Color Harmonies of #BB4BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4BFD

Black with #BB4BFD

Text Example


Text Example

White with #BB4BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4BFD; }

 p { color: rgb(187,75,253); }

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

background-color css

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

 a { background-color: rgb(187,75,253); }

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

border-color css

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

 span { border-color: rgb(187,75,253); }

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