Html Css Color HEX #B838F2 Medium Orchid

📋 copy color: '#B838F2'

red 184 ◦ green 56 ◦ blue 242

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

Shades of Medium Orchid #B838F2

Tints of Medium Orchid #B838F2

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.62%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 38.17%
G = 11.62%
B = 50.21%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B838F2 (or 0xB838F2) is known color: Medium Orchid. HEX triplet: B8, 38 and F2. RGB value is (184,56,242). Sum of RGB (Red+Green+Blue) = 184+56+242=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #B838F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B838F2 is #47C70D. Grayscale: #727272. Windows color (decimal): -4704014 or 15874232. OLE color: 15874232.

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

Color convert

RGB 184 56 242 -
CMYK 0.24 0.77 0 0.05
HSL 281.29º 0.88% 0.58% -
HSV(B) 281.29º 0.77% 0.95% -
XYZ 37.21 19.43 85.79 -
YUV 115.48 199.41 176.88 -
System Red Green Blue C M Y K H S L
Decimal 184 56 242 0.24 0.77 0 0.05 281.29 0.88 0.58
Hex B8 38 F2 18 4D 0 5 119 58 3A
Octal 270 70 362 30 115 0 5 431 130 72
Binary 10111000 111000 11110010 11000 1001101 0 101 100011001 1011000 111010

Color Harmonies of #B838F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B838F2

Black with #B838F2

Text Example


Text Example

White with #B838F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B838F2; }

 p { color: rgb(184,56,242); }

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

background-color css

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

 a { background-color: rgb(184,56,242); }

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

border-color css

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

 span { border-color: rgb(184,56,242); }

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