Html Css Color HEX #B83BCF Medium Orchid

📋 copy color: '#B83BCF'

red 184 ◦ green 59 ◦ blue 207

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

Shades of Medium Orchid #B83BCF

Tints of Medium Orchid #B83BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.11%

 BLUE value IS 207 (81.25% from 255) = 46%

R = 40.89%
G = 13.11%
B = 46%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B83BCF (or 0xB83BCF) is known color: Medium Orchid. HEX triplet: B8, 3B and CF. RGB value is (184,59,207). Sum of RGB (Red+Green+Blue) = 184+59+207=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #B83BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83BCF is #47C430. Grayscale: #707070. Windows color (decimal): -4703281 or 13581240. OLE color: 13581240.

HSL color Cylindrical-coordinate representation of color #B83BCF: hue angle of 290.68º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83BCF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 59 207 -
CMYK 0.11 0.71 0 0.19
HSL 290.68º 0.61% 0.52% -
HSV(B) 290.68º 0.71% 0.81% -
XYZ 32.59 17.82 60.75 -
YUV 113.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 184 59 207 0.11 0.71 0 0.19 290.68 0.61 0.52
Hex B8 3B CF B 47 0 13 123 3D 34
Octal 270 73 317 13 107 0 23 443 75 64
Binary 10111000 111011 11001111 1011 1000111 0 10011 100100011 111101 110100

Color Harmonies of #B83BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83BCF

Black with #B83BCF

Text Example


Text Example

White with #B83BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83BCF; }

 p { color: rgb(184,59,207); }

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

background-color css

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

 a { background-color: rgb(184,59,207); }

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

border-color css

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

 span { border-color: rgb(184,59,207); }

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