Html Css Color HEX #B838CF Medium Orchid

📋 copy color: '#B838CF'

red 184 ◦ green 56 ◦ blue 207

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

Shades of Medium Orchid #B838CF

Tints of Medium Orchid #B838CF

RGB

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

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

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

R = 41.16%
G = 12.53%
B = 46.31%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B838CF (or 0xB838CF) is known color: Medium Orchid. HEX triplet: B8, 38 and CF. RGB value is (184,56,207). Sum of RGB (Red+Green+Blue) = 184+56+207=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #B838CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B838CF is #47C730. Grayscale: #6F6F6F. Windows color (decimal): -4704049 or 13580472. OLE color: 13580472.

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

Color convert

RGB 184 56 207 -
CMYK 0.11 0.73 0 0.19
HSL 290.86º 0.61% 0.52% -
HSV(B) 290.86º 0.73% 0.81% -
XYZ 32.44 17.52 60.7 -
YUV 111.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 184 56 207 0.11 0.73 0 0.19 290.86 0.61 0.52
Hex B8 38 CF B 49 0 13 123 3D 34
Octal 270 70 317 13 111 0 23 443 75 64
Binary 10111000 111000 11001111 1011 1001001 0 10011 100100011 111101 110100

Color Harmonies of #B838CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B838CF

Black with #B838CF

Text Example


Text Example

White with #B838CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B838CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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