Html Css Color HEX #B833F1 Medium Orchid

📋 copy color: '#B833F1'

red 184 ◦ green 51 ◦ blue 241

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

Shades of Medium Orchid #B833F1

Tints of Medium Orchid #B833F1

RGB

 RED value IS 184 (72.27% from 255) = 38.66%

 GREEN value IS 51 (20.31% from 255) = 10.71%

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

R = 38.66%
G = 10.71%
B = 50.63%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B833F1 (or 0xB833F1) is known color: Medium Orchid. HEX triplet: B8, 33 and F1. RGB value is (184,51,241). Sum of RGB (Red+Green+Blue) = 184+51+241=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 51 (20.31% from 255 or 10.71% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #B833F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B833F1 is #47CC0E. Grayscale: #6F6F6F. Windows color (decimal): -4705295 or 15807416. OLE color: 15807416.

HSL color Cylindrical-coordinate representation of color #B833F1: hue angle of 282º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B833F1 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 51 241 -
CMYK 0.24 0.79 0 0.05
HSL 282º 0.87% 0.57% -
HSV(B) 282º 0.79% 0.95% -
XYZ 36.83 18.91 84.93 -
YUV 112.43 200.56 179.05 -
System Red Green Blue C M Y K H S L
Decimal 184 51 241 0.24 0.79 0 0.05 282 0.87 0.57
Hex B8 33 F1 18 4F 0 5 11A 57 39
Octal 270 63 361 30 117 0 5 432 127 71
Binary 10111000 110011 11110001 11000 1001111 0 101 100011010 1010111 111001

Color Harmonies of #B833F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B833F1

Black with #B833F1

Text Example


Text Example

White with #B833F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B833F1; }

 p { color: rgb(184,51,241); }

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

background-color css

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

 a { background-color: rgb(184,51,241); }

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

border-color css

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

 span { border-color: rgb(184,51,241); }

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